﻿body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

div {
    display: block;
}

img {
    border-style: none;
    max-height: 100%;
    max-width: 100%;
}

input[type=submit] {
    background: linear-gradient(to bottom, #339fd6, #0389cc);
    margin: 0px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    text-align: center;
    min-height: 30px;
    min-width: 150px;
    border: 1px solid #0074ad;
    cursor: pointer;
    border-radius: 4px;
}

input[type=text], input[type=email], input[type=password] {
    min-height: 24px;
    width: 96%;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 6px;
}

.box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    border-bottom: 1px solid #004198;
}

a {
    color: #0065ed;
    text-decoration: none;
}

.box-lef {
    float: left;
    width: 49%;
    height: 60px;
    margin-top: 10px;
}

.box-right {
    float: left;
    width: 49%;
    margin-top: 26px;
    text-align: right;
    color: #0065ed;
}

.subtitle {
    height: 70px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-top: 4px;
}

.box-login {
    width: 40%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #a5a5a5;
}

.row {
    margin-bottom: 20px;
    display: block;
    min-height: 20px;
}

.space-30 {
    display: block;
    min-height: 30px;
}

.text-center {
    text-align: center;
}


@media screen and (max-width:380px) {
    .box-right {
        visibility: hidden;
    }

    .box-login {
        padding: 16px;
        width: 90%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}
