a,a:hover{
    text-decoration: none;
}
*,*:hover{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
body{
    font-size: 13px;
    font-family: "LatoWeb" !important;
    color: rgb(0, 0, 0);
    background: #f5f6f6 url("../img/loginbg.png") no-repeat center right;
}
ul.menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.menu li{
    display: inline-block;
    margin: 0px 10px 10px 10px;;
}
ul.menu li a{
    font-size: 14px;
    font-family: "LatoWeb";
    color: rgb(0, 0, 0);
    line-height: 5.769;
}
ul.icos{
    list-style: none;
    margin:0px;
    padding: 0px;
}
ul.icos li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
ul.icos li a{
    font-size: 12px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    font-style: italic;
    text-transform: uppercase;
}
ul.icos li:hover span i{
    border-radius: 50%;
    background: rgb(39,39,213);
    box-shadow: 0px 3px 9px 0px rgba(109, 118, 247, 0.004);
    border-color: rgb(39,39,213);
    color:#fff;
}
ul.icos li span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
ul.icos li span i{
    font-size: 23px;
    color: rgb(109, 118, 247);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(181, 201, 255);
    border-radius: 50%;
    background-color: rgb(245, 246, 246);
    width:50px;
    height:50px;
    padding-top: 12px;
}
header{
    padding-top: 15px;
    margin-bottom: 15px;
}
#login .loginform{
    margin-top: 50px;
}
#login .loginform h1{
    font-size: 24px;
    font-family: "LatoWeb";
    color: #757575;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 40px;
}
#login .loginform h1 span{
    color:#6d76f7
}
#login .loginform input[type="password"],
#login .loginform input[type="text"]{
    background-color: rgb(255, 255, 255);
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 0 6px 6px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    font-family: "LatoWeb";
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}
#login .loginform input[type="password"]:focus,
#login .loginform input[type="text"]:focus{
    box-shadow: 0px 1px 9px 0px #6d76f7;
}
#login .loginform .forget{
    margin-bottom: 30px;
}
#login .loginform .forget a{
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
}
#login .loginform .btn-login{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(210, 223, 230);
    border-radius: 6px;
    background-color: rgb(77, 102, 174);
    font-size: 18px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    font-style: italic;
    padding: 10px 25px;
    border: none
}
#login .info{
    margin-top: 100px;
}
#login .info h2{
    font-size: 30px;
    font-family: "LatoWeb";
    color: rgb(77, 102, 174);
    font-style: italic;
    font-weight: 900;
    margin-bottom: 20px;
}
#login .info h3{
    font-size: 18px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
    margin-bottom: 30px;
}
#login .info .btn-reg{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(210, 223, 230);
    border-radius: 6px;
    font-family: "LatoWeb";
    background-color: rgb(77, 102, 174);
    color: #fff;
    font-style: italic;
    padding: 10px 25px
}
#login{
    margin-bottom: 100px;
}
footer{
    background: #4d66ae;
    padding-top: 50px;
    padding-bottom: 15px;
    
}
footer .footerside{}
footer .footerside h5{
    display: inline-table;
    background: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(77, 102, 174);
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 25px;
}
footer .footerside ul{
    margin: 20px 0px 0px 0px;
    list-style: none;
    padding: 0px;
}
footer .footerside ul li{
    margin-bottom: 5px;
}
footer .footerside ul li a{
    font-size: 12px;
    font-family: "LatoWeb";
    color: rgb(243, 221, 221);
    line-height: 2.333;
}
footer .footerside ul li:hover a::before{
    content: " ";
    border-radius: 50%;
    background-color: rgb(8, 192, 86);
    width: 10px;
    height: 10px;
    display: inline-table;
    margin-right: 10px;
    position: relative;
    top: -8px;
}
footer .subscribe{}
footer .subscribe h5{
    font-size: 15px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.676;
}
footer .subscribe input{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 10px 15px;
    width: 100%;
    border:none;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    line-height: 2.333;
    text-align: left;
}
footer .subscribe .text{
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: justifyLeft;
    margin-top: 20px;
}
footer .copyright{
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 2px;
    line-height: 34px;
    margin-top: 30px;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(0, 0, 0);
}

/* -------------- Register --------------------- */
#login .avatar{
    margin-top: 50px;
}
#login .avatar h1{
    font-size: 24px;
    font-family: "LatoWeb";
    color: #757575;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 40px;
}
#login .avatar h1 span{
    color:#6d76f7
}
#login .avatar .atr{
    background: #4d66ae;
    padding: 30px 15px;
    border-radius: 15px;
}
#login .avatar .txt{
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
    line-height: 1.75;
    text-align: left;
    margin-top: 30px;
}
#login .regform{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 60px;
}
#login .regform select,
#login .regform input{
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    width: 100%;
    border: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    margin-bottom: 15px;
    border-radius: 0px 5px 5px 0px;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
}
#login .regform select:focus,
#login .regform input[type="password"]:focus,
#login .regform input[type="text"]:focus{
    box-shadow: 0px 1px 9px 0px #6d76f7;
}
#login .regform .capcha{
    border-width: 1px;
    border-color: rgb(215, 219, 228);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(249, 249, 249);
    padding: 10px;
}
#login .regform .btn-rg{
    border-radius: 7px;
    background-color: rgb(109, 118, 247);
    box-shadow: 0px 3px 9px 0px #6d76f7;
    font-size: 17.318px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    font-style: italic;
    margin-top: 30px;
}
#login .i{
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
    line-height: 1.75;
    text-align: left;
    margin-top: 55px;
}