/*-------------------style-------------------*/
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }

body {
    color: #1F1F1F !important;
    overflow-x: hidden;
    height: auto;
    
    background-repeat: no-repeat;
	font-family:'Myriad Pro Regular' !important;
}

input, textarea {
    background-color: #F3E5F5;
    border-radius: 0px !important;
    padding: 12px 15px 12px 8px !important;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DEDEDE !important;
    font-size: 16px !important;
    color: #1F1F1F !important;
    font-weight: 400;
}

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #DEDEDE !important;
    outline-width: 0;
    font-weight: 400;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card {
    border-radius: 0;
    border: none;
	height:100vh;
}

.card1 {
    width: 50%;
    padding: 40px 30px 10px 30px;
}

.card2 {
    width: 50%;
    background-color: #E0E0E0;
	background-image: url("../images/img-1.png");
	 background-position:center;
	 background-repeat:no-repeat;
	 background-size: 100%;
}


.heading {
    margin-bottom: 60px !important;
}

::placeholder {
	font-family:'Myriad Pro Regular'!important;
    color: #A9A9A9 !important;
	font-size:16px;
	font-weight:400;
}

:-ms-input-placeholder {
    color: #A9A9A9 !important;
}

::-ms-input-placeholder {
    color: #A9A9A9 !important;
}

.form-control-label {
	color:#1F1F1F;
    font-size: 14px;
	font-weight:400;
	text-decoration:none;
	margin-bottom:-10px;
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-color {
    border-radius: 0px;
    color: #fff;
    background-color:#1F1F1F;
    padding: 12px 16px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
	transition: all 0.4s ease;
	font-size:16px;
}

.btn-color:hover{
	opacity:0.5;
	color:white;
	text-decoration:none;
}


a {
    color: #000;
}

a:hover {
    color: #000;
}

.sm-text {
    font-size: 15px;
}



/*----------------responsive 992px--------------*/	
@media screen and (max-width: 992px) {
/*----------------login--------------*/
	.logo{
		width:200px;
}
	
	.card{
		height:50vh;
		}
    .card1 {
        width: 100%;
        padding: 20px;
    }

    .card2 {
	width: 100%;
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
	
	.card2 h3{
		font-size:40px;
		}
		

.bottom{
		display:none;
		}
		
.bottom-mob{
	display:block;
}
.eye{
	position: absolute;
	top: 39%;
	right: 5%;
}

.sm-text-mob {
	color: #4F4F4F;
	font-weight: 400;
	font-size:14px;
    width: 100%;
    margin-bottom:20px !important;
	
}
	
}



/*----------------responsive 768px--------------*/
@media screen and (max-width: 768px) {
    .container {
        padding: 10px!important;
    }

    .card2 {
	padding: 20px;
    }
	.card2 h3{
		font-size:40px !important;
		}

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
	
}

