@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


body {
    background: url('../images/background-hd-b-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
}


.overlay {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.logo {
    width: 80px;
    background-color: rgba(255,255,255,0.6);
}

.logo-conatiner {
    margin-top: 36px;
    margin-bottom: 0;
}

h1 span {
    background-color: #AE132A;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 50px;
}

h1 {
    margin-bottom: 0;
}

.forgetPassword {
    font-size: 11px;
    color: black;
    width: 135px;
    display: block;
}

    .forgetPassword img {
        display: inline-block;
        width: 15px;
    }

.left-side {
    padding: 0 15px;
    margin-bottom: 20px;
}

.right-side {
    padding: 0 15px;
    margin-bottom: 50px;
}

h3 {
    background-color: #AE132A;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
}

.box {
    background-color: rgba(255,255,255,0.85);
    color: black;
    font-size: 14px;
    padding: 10px;
    line-height: 175%;
}

    .box label {
        font-weight: bold;
    }

a {
    color: #AE132A !important;
    font-weight: bold !important;
}


    a img {
        display: inline-block;
        width: 20px;
    }

.agcoLinks {
    clear: both;
}

    .agcoLinks a.button {
        float: none;
        display: block;
        margin: 5px 0;
        width: 125px;
    }

.agco-link {
    color: #AE132A;
}

footer {
    background-color: white;
    color: black;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 9px;
}

    footer a {
        font-size: 9px !important;
    }

.form-control {
    border-radius: 0;
}

footer p {
    margin: 0;
}

.btn-type1 {
    background-color: #cac9c9;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    /* Desktop */
    .right-side {
        margin-top: 445px;
    }

    .logo-conatiner {
        margin-bottom: 120px;
    }

    .box.size-a {
        min-height: 232px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Smartphone */
    .logo-conatiner {
        text-align: center;
    }

    .logo {
        display: inline-block;
    }


    footer {
        position: static;
        font-size: medium;
    }

        footer a {
            font-size: medium !important;
        }
}
