﻿html {
    font-size: 14px;
    font-family: Google Sans, Roboto, Arial, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    margin-bottom: 60px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration:none;
}

.nav-link {
    font-weight: 400;
    color: #787878;
    margin-left: 10px;
}


.account-login-box {
    float: left;
    width: 38%;
    height: 280px;
    margin-top: 18%;
    margin-left: 31%;
    background-color: #000000;
    border-radius: 13px;
    color: #ABABAB;
    -webkit-box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.95);
    box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.95);
}


@media screen and (max-width: 1200px) {

    .account-login-box {
        width: 88%;
        height: 280px;
        margin-top: 15%;
        margin-left: 6%;
    }
}

@media screen and (max-width: 600px) {

    .account-login-box {
        width: 98%;
        height: 280px;
        margin-top: 15%;
        margin-left: 1%;
    }
}

.lgn-cnt-itm {
    margin-top:10px;
}