﻿
body {
    min-width: 300px;
}
.container-left {
    float: left;
    width: calc(100% - 420px);
}

.container-right {
    float: right;
    width: 420px;
}

.container-login {
    max-width: 100% !important;
    margin: 0;
    box-shadow: none;
}

label {
    font-weight: 300;
}

.container-login input {
    font-size: 16px;
}

.b-info {
    background-color: #33b5e5 !important;
    font-weight: 500;
    text-align: center !important;
    color: #fff !important;
}

.remember-pass {
    color: #757575;
    font-size: 16px;
}

.btn-login {
    color: #FFFFFF;
    border: 2px solid #9B8CF9 !important;
    width: 100%;
    border-radius: 4px;
    padding: 0.84rem 2.14rem;
    font-size: 13px;
    margin: inherit;
    margin: 24px 0;
    cursor: pointer !important;
    background: linear-gradient(100.31deg, #9B8CF9 2.76%, #826FF4 99.62%);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.create-account a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.create-account {
    text-align: center;
}

.title-login-page {
    padding-top: 5%;
    font-family: Sanchez;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    color: #000000;
}

.img-login {
    background-repeat: inherit;
    background-size: cover;
    max-height: calc(100% - 217px);
    float: left;
    position: relative;
    width: 100%;
}

.container-btn-login {
    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}

.btn-move-login {
    width: 149px;
    height: 40px;
    border-color: #FEFAFA;
    background: #FEFAFA;
    color: #8674F5;
	margin: 10px;
}

.active-btn {
    border-color: #8674F5 !important;
    background: #8674F5;
    color: #FFFFFF;
}

.container-login {
    padding: 20px;
}

.login-form {
    background-color: #FFFFFF;
}

.container-download {
    padding-left: 40px;
    max-height: calc(100% - 217px);
    float: left;
    position: relative;
    width: 100%;
}

.title-dowload {
    padding-top: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.btn-download {
    cursor: pointer;
    width: 221px;
    height: 76px;
    background: #72C472;
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 76px;
    color: #FFFFFF;
    vertical-align: middle;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.container-btn-download {
    align-items: center;
    padding-top: 27px;
}

@media only screen and (max-width: 764px) {
    .img-login {
        display: none;
    }

    .container-download {
        max-width: 100%;
    }

    .container-download {
        max-height: calc(100% - 217px);
        max-width: 100%;
        position: relative;
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .btn-download {
        margin-right: 0px;
		line-height: 40px;
    	height: 40px;
    }

    .title-login-page {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        left: 0;
    }

    .container-btn-login {
        padding-top: 120px;
    }

    .container-right {
        float: none;
        width: 100%;
    }

    .container-left {
        float: none;
        width: 100%;
    }

    .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .container .container-left {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
    }

    .container .container-right {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
    }
}
