#randomText{
	width:150px;
	height: 40px;
	font-size: 18px;
	/*color: #461220;
	background-color: #FCB9B2;*/
	color:#fff;
	background-color:#000;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 10px;
	/*padding-left: 10px;
	/*padding-right: 10px;*/
}

.container-fluid{
	width: 100%;
	height:100vh;
	display: flex;
	align-items:center;
	justify-content: center;
	background-color:#EBEDEF;
}
/*.container-fluid{
	background-color:#EBEDEF;
	height: 100vh;
}*/
.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
    width:98%;
    height:98%;
}

.card2 {
    margin: 0px 40px
}

 .error{
    color:red !important;
 }
 
 .password_field{
   width: 100%;
   position: relative;
   /*border: 1px solid red;*/
 }
 
 .password_field span i{
   /*width: 90%;*/
   position: absolute;
   right:8px;
   top: 25%;
   /*transform: translateY(-50%);*/
   cursor: pointer;
 }

.card2 h4{
       font-size: 1.6em ;
       font-weight: 800;
       text-transform: capitalize;
       margin-top: 1rem;
       color: #1A237E;
}
    
.logo {
    width: 270px;
    height: 65px;
    margin-top: 20px;
    margin-left: 35px;
    /*object-fit: cover;*/
}

.image {
    width: 360px;
    height: 280px;
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}



.swal-overlay--show-modal .swal-modal {
   /*background-color: #1A237E !important; */
   
}

.swal-text{
	color:#1A237E !important;
	font-weight: 600;
	text-transform: capitalize;
	leter-spacing:1px;
}
.btn-blue:hover {
    /*background-color: #000;*/
    color: #fff !important;
    opacity: 0.9;
    cursor: pointer
}

.bg-blue {
    color: #757575;
    border-top:1px solid #EBEDEF;
    background-color: #fff;
    position: absolute;
    bottom:0;
    width: 100%;
}

.alert{
	width:100% !important;
	margin:0 auto;
	margin-bottom: 10px;
	text-align: center;
}

.register_link{
	float:right;
}
@media screen and (max-width: 991px) {
	.container-fluid{
		height:100%;
	}
    .logo {
        margin-left: 10px
    }

    .image {
        width: 300px;
        height: 250px;
    }

    .border-line {
        border-right: none;
        margin-bottom: 0px !important;
    }
    
    .card1{
        padding-bottom:2px !important;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
    
    .register_link{
		float:left;
		margin-top:10px;
	}
	.bg-blue {
	    position: relative;
	}
}