/*-------------mystyles start------------------*/
body, input, p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.content {
    max-width: 800px;
    margin: 0px auto;    
    color: #8E8C8F;
}

.wp49 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

input[type="text"] {   
    width: 70%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #8A898F;
}

input[type="password"] {
    width: 70%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #8A898F;
}



input[type="text"]:focus {
    outline: none;
}


.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #847d7d;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 6px;
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 12px;
            position: absolute;
            top: -2px;
            left: 3px;
            color: #99a1a7;
        }




.wp49 p {   
    margin: 30px 0px;
    white-space: nowrap;
}

small {
    margin-right: 23%;
}

strong {
    text-decoration: underline;
    color: #4A4A4A;
    white-space: nowrap;
}

img {
    max-width: 100%;
    height: auto;
}

.login {
    border: 2px solid #3E3E40;
    padding: 8px 45px;
    text-transform: uppercase;
    background: none;
    margin-left: 22%;
    margin-top: 8%;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #3E3E40;
}

    .login:hover {
        background: #D9D9D9;
        transition: all 0.5s ease-in-out 0s;
    }

.vetop {
    vertical-align: top;
    line-height: 18px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
}

.instgram {
    background: url(/images/login-instrgram.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 5px;
}

    .instgram:hover {
        background: url(/images/login-instrgram-hover.png);
    }



.facebook {
    background: url(/images/login-facebook.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 5px;
}

    .facebook:hover {
        background: url(/images/login-facebook-hover.png);
    }





.twitter {
    background: url(/images/login-twitter.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 5px;
}

    .twitter:hover {
        background: url(/images/login-twitter-hover.png);
    }

.logo {
    margin-top: 5%;
    padding-left:0px;
}

.tac {
    text-align: center;
    display: block;
    display: block;
    text-decoration: underline;
    margin-top: 5%;
    color: #8E8C8F;
}

footer {
    background: #3B393E;
    color: #AAA8AD;
    font-size: 11px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    line-height: 15px;
    padding: 20px 0px 50px 0px;
    margin-top: 3%;
}

    footer a:hover {
        text-decoration: underline;
    }

    footer li {
        margin-bottom: 10px;
    }

    footer a, section {
        color: #AAA8AD;
    }

    footer section {
        display: inline-block;        
        vertical-align: top;
        border-right: 2px solid #58565B;
        min-height: 105px;        
        padding-right: 2.5%;
    }


    footer .mid-block {
        width: 60%;
        padding-left: 2.5%;
    }

    footer section:last-child {
        border-right: none;
        padding-left: 2.5%;
    }

    footer img {
        margin-bottom: 3px;
    }


.padleft {
    position: relative;
}

.mobile {
    position: absolute;
    top: 30%;
    right: 6%;
}

/*-------------mystyles end------------------*/

@media all and (min-width: 600px) {

    .mobile {
        display: none;
    }
}

@media all and (max-width: 820px) {
    .fwidth {
        min-width:820px;
    }
    footer section {
        padding-left:2.5%;
    }
     .content {     
        padding-left:2.5%;
    }
}
@media all and (max-width: 600px) {
    .fwidth {
        min-width:620px;
    }
    .botimg {
        display:none !important;
    }
    .wp49 {
        width: 100%;
        display: block;
        
    }
    .content {
        min-width:600px;
        padding-left:20px;
    }
    .tac {
        margin-left:22%;
        text-align:left;
    }
    footer section {
        padding-left:2.5%;
    }
    /*
    .botimg, .wp49 p {
        display: none;
    }

    .wp49 {
        width: 100%;
        display: block;
        text-align: center;
    }

    small {
        margin-right: 10%;
    }

    .login {
        margin-left: auto;
    }

    .logo {
        float: none;
        text-align: center;
        margin: 10% 0%;
    }

    .tac small {
        margin: auto;
    }

    footer section {
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #58565B;
        border-right: none;
        padding: 5% 0%;
    }

    footer {
        padding: 0px 20px;
    }

        footer .mid-block {
            width: 100%;
            text-align: left;
        }

        footer section:last-child {
            border-bottom: none;
        }

    .desktop {
        display: none;
    }

    .remember {
        margin-right: auto;
        margin-left: 3%;
        float: left;
    }

    .regular-checkbox + label {
        float: left;
        display: block;
        margin-left: 12%;
    }
        */
}
