/***
Login page
***/

/* logo page */
.login {
    background-color: #666 !important;
}

.login .logo {
    width: 247px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
}


.login .content {
    background: url(../../img/bg-opacity.png) repeat;
    width: 291px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.login .content h3 {
    color: #eee;
}

.login .content h4 {
    color: #eee;
}

.login .content p,
.login .content label {
    color: #fff;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .m-wrap {
    width: 249px;
    background-color: #fff;
}


.login .content .control-group {
    margin-bottom: 20px !important;
}

.login .content .input-icon .m-wrap {
    margin: 0px !important;
}

.login .content .forget-form {
    display: none;
}

.login .content .register-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    border-bottom1: 1px solid #999;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 25px;
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i {
    display: inline-block;
    color: #ccc;
    z-index: 1;
    margin: 2px 4px 4px 3px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .select2-container a span {
    font-size: 13px;
}

.login .content .select2-container a span img {
    margin-left: 4px;
}

/* footer copyright */
.login .copyright {
    text-align: left;
    width: 75%;
    margin: 25px auto 0 auto;
    color: #ffffff;
    font-size: 12px;
    background: url(../../img/bg-opacity.png) repeat;
    padding: 30px;
}

body {
    /* background-image: url("../../img/login.jpg"); */
    background-position: center center;
    background-size: cover;
}


@media (max-width: 480px) {
    /***
    Login page
    ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .login .content .m-wrap {
        width: 180px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}


/****************************************************
******************* NEW LOGIN PAGE *******************
*****************************************************/

body {
    background-color: #ddd !important;
}

.login-content-card {
    width: 70%;
    position: absolute;
    top: 20%;
    left: 15%;
    min-height: 55%;
    background-color: #fff;
    border-radius: 7px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loinContainerSpacing {
    padding: 20px 40px;
}

.mb-2 {
    margin-bottom: 20px;
}

.divider-left {
    border-left: 2px solid #eee;
}

.close {
    background-image: none !important;
}

.outsideContinerLogo {
    width: 100%;
    position: absolute;
    top: 10%;
    text-align: center;
    display: none;
}

.outsideContinerLogo > img {
    height: 50px;
}

#crwMobile {
 display: none;   
}

@media screen and (max-width: 840px) {
    .rightContent {
        display: none !important;
    }
    .leftContent {
        width: 100% !important;
    }
    .outsideContinerLogo {
        display: block !important;
    }
    .leftCopyrihtButton {
        display: block !important;
        visibility: visible !important;
    }

	#crwModal { 
		display: none;
	}

    #crwMobile {
        display: block;
        visibility: visible;
        align-items: bottom;
    }
}


/****************** INPUT FIELD DESIGN *******************/
.inp {
    position: relative;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
  }
.inp .label {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    font-weight: 500;
    transform-origin: 0 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    pointer-events: none;
}
.inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
}
.inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
            appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #333333;
    transition: all 0.15s ease;
}

.modal {
    display: none;
}

.inp input:hover {
    /* background: rgba(0, 0, 0, 0.04); */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.inp input:not(:-moz-placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:not(:-ms-input-placeholder) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:not(:placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    box-shadow: inset 0 -2px 0 #f5480a;
}
.inp input:focus + .label {
    color: #f5480a;
    transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus + .label + .focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
}

.signinButton {
    background-color: #f5480a !important;
    color: #fff;
}

.signinButton:hover, .signinButton:focus {
    background-color: #d33700 !important;
    color: #fff;
}
