﻿/* ==========================================================================
   Login Box styles
   ========================================================================== */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

.body-full-height {
    height: 100%;
}

body {
    background: #56d3db;
    color: #333;
    height: 100%;
    font-family: 'Roboto',Arial,Verdana,Sans-serif !important;
}

.alert {
    margin: 20px auto;
    width: 78%;
}

.login-container {
    height: calc(100% - 50px);
    padding: 0;
}

#login-block {
    padding-top: 30px;
    padding-bottom: 60px;
}

    #login-block h3 {
        color: #333;
        text-align: center;
        font-size: 1.5em;
        opacity: 0.8;
        text-shadow: 2px 2px 2px #000;
        font-weight: normal;
    }

.login-box {
    position: relative;
    max-width: 380px;
    background: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 20px;
    margin-top: 0px;
    float: left;
    width: 100%;
}



.login-logo img {
    border: 0;
    display: inline-block;
}

.login-form form p {
    width: 80%;
    margin: 5px auto 10px;
    text-align: center;
}


.login-box hr {
    margin: 10px auto 20px;
    width: 70%;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
/* page icon */
.page-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #f9f9f9;
    text-align: center;
    margin: -60px auto 0;
}

    .page-icon img {
        vertical-align: middle;
        margin: 10px 0 0 0;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0.8;
    }

.rotate-icon {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Login Form */
.login-form input {
    display: block;
    margin: 0 auto 15px;
    width: 80%;
    background: #fff;
    border: 0;
    color: #6c6c6c;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #56D3DB;
    z-index: 99999;
    position: relative;
}

.login-form label.login-validate {
    margin: -5px 32px 10px;
    width: 82%;
    border: 0;
    padding: 8px;
    font-size: 12px;
    color: #a94442;
}

/* Login Button */
.btn.btn-login {
    min-width: 80%;
    display: block;
    margin: 16px auto 20px;
    color: white;
    text-transform: uppercase;
    background: #46c980;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .btn.btn-login:hover {
        border: 1px solid #FFF;
        opacity: 0.8;
    }

.btn.btn-reset {
    width: 180px;
}

.login-links {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .login-links a {
        color: #333;
        display: inline-block;
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0.7;
        font-size: 12px;
    }

        .login-links a:hover {
            opacity: 1;
            text-decoration: none;
        }

label.checkbox {
    width: 70%;
    display: block;
    margin: 0 auto;
}

    label.checkbox input {
        width: 14px;
        margin: 4px 0 0;
        padding: 0;
        background: none;
        border: 0;
    }

#footer-text, #footer-text a {
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

/* Social Login */
.social-login {
    margin: 10px 0 5px;
}

    .social-login .btn {
        text-align: center;
        margin: 5px auto;
        color: #FFF;
        text-shadow: 1px 1px 1px #333;
        width: 95%;
    }

.btn.btn-facebook {
    border: 1px solid #2D4479;
    background: #385496;
    background-size: 100%;
    font-size: 12px;
}

    .btn.btn-facebook:hover {
        background: #4365B4;
    }

.btn.btn-twitter {
    border: 1px solid #2189FF;
    background: #4A9EFF;
    font-size: 12px;
}

    .btn.btn-twitter:hover {
        background: #73B4FF;
    }




.page-icon-shadow {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: transparent;
    text-align: center;
    margin: -60px auto 0;
    background: transparent;
    bottom: -120px;
    position: relative;
}

.page-icon .glyphicon {
    color: #FFF;
    font-size: 3em;
    line-height: 2.3em;
    text-shadow: rgb(56, 163, 103) 1px 1px, rgb(57, 166, 105) 2px 2px, rgb(58, 169, 107) 3px 3px, rgb(59, 171, 108) 4px 4px, rgb(60, 174, 110) 5px 5px, rgb(61, 177, 112) 6px 6px, rgb(62, 179, 114) 7px 7px, rgb(63, 182, 115) 8px 8px, rgb(64, 185, 117) 9px 9px, rgb(65, 187, 119) 10px 10px, rgb(66, 190, 121) 11px 11px, rgb(67, 193, 122) 12px 12px, rgb(68, 195, 124) 13px 13px, rgb(69, 198, 126) 14px 14px, rgb(70, 201, 128) 15px 15px;
}

#footer-text {
    position: relative;
    max-width: 380px;
    z-index: 1;
    float: left;
    width: 100%;
}

.text-color-1 {
    color: #ff7713;
}

.panel-footer {
    background: #F5F5F5;
    border: 0px;
    border-top: 1px solid #E3E3E3;
    line-height: 30px;
    padding: 3px 10px 3px;
    float: left;
    width: 100%;
}

.top-bar {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0px 7px 0px 0px;
    color: #FFF;
}

/* LDC Styles */

.safety-report-btn > .btn-danger {
    height: 30px;
    line-height: normal;
    width: 220px;
}

.safety-report-btn input {
    position: relative;
    top: -21px;
    left: 0;
    width: 215px;
    color: black;
    height: 30px;
}

.powered-logo-area {
    width: 180px;
    height: 50px;
    background: rgba(255, 255, 255, 0.58);
    left: 0;
    top: 0;
    float: left;
}

.powered-logo {
    position: relative;
    top: 4px;
    bottom: 0;
    left: 14px;
    float: left;
}

.powered-area-title {
    /* float: left; */
    font-size: 28px;
    color: #ff8d00;
    margin-left: 15px;
    margin-top: 6px;
    position: absolute;
    margin-left: 39%;
    font-weight: bold;
    letter-spacing: 1px;
}

.login-address {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.27);
    position: fixed;
    bottom: 0;
    font-size: 11px;
    text-align: center;
    color: #4E4E4E;
}

.g-recaptcha > div {
    width: 100% !important;
    text-align: center;
}
.login-box-form {
    position:relative;
    z-index:1;
}
/********* end additional css *********/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
    #login-block {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #login-block {
        margin: 0 auto;
        width: 420px;
    }
}

@media (min-width:992px) {
    .login-intro {
        font-weight: 600;
        letter-spacing: 0.35px;
        padding: 0 8px;
        margin-bottom: 15px;
        text-align: center;
        float: left;
        /* width: 100%; */
        position: relative;
        z-index: 1;
    }

    .login-logo {
        text-align: center;
        position: relative;
        padding: 20px 0 10px;
        float: left;
        width: 100%;
    }
}

@media (min-width:490px) and (max-width:991px) {
    .login-box {
        width: 374px;
    }

    .login-intro {
        font-weight: 600;
        letter-spacing: 0.35px;
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .login-logo {
        text-align: center;
        position: relative;
        padding: 20px 0 10px;
    }
}

@media (min-width:768px) {
    .btn-login-hazard  {
        float: right;
        margin: 14px 0 0 0;
    }
    .btn-login-ethics-line {
        float: right;
        margin: 14px 5px 0 0;
    }
}

@media (max-width:767px) {
    .btn-login-hazard {
        float: right;
        margin: 14px 0px 14px 5px;
    }
    .btn-login-ethics-line {
        float: right;
        margin: 14px 5px 14px 5px;
    }

    .powered-logo-area-main {
        float: left;
    }
}

@media (max-width:489px) {
    .login-intro {
        font-weight: 600;
        letter-spacing: 0.35px;
        padding: 0 0px;
        text-align: center;
        margin-bottom: 15px;
    }

    .login-logo {
        padding: 20px 0 10px;
        text-align: center;
    }

        .login-logo img {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

    .login-box {
        margin-top: 20px;
    }
}


@media (min-height:0) and (max-height:500px) {
    .login-address {
        position: relative;
    }
}

.login-form {
    float: left;
    width: 100%;
}

    .login-form form {
        float: left;
        width: 100%;
        position: relative;
        z-index: 99999;
    }

.otp-form .otp-field {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    border: none;
    border: 2px solid grey;
    outline: none;
}

    .otp-form .otp-field:focus {
        border-bottom-color: black;
    }
