@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .container {
        height: 100%;
        width: 100%;
    }

    img {
        height: 150px;
        width: 150px;
    }

    .title {
        font-weight: bold;
        margin: 0;
        font-size: 35px;
        text-align: center;
        margin-top: 10px;
        color: white;
    }

    .tag-line {
        font-weight: bold;
        margin: 0;
        margin-top: 10px;
        color: white;
        font-size: 20px;
    }

    h1 {
        font-weight: bold;
        margin: 0;
    }

    .main-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 50%;
        background-image: linear-gradient(45deg, #007bff, #0056b3);
        border-bottom-right-radius: max(50vw, 50vh);
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        height: 50%;
    }

    .sigin-in-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 40%;
        border-radius: 20px;
    }

    .form-container {
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 60%;
        margin: 45%;
        padding: 5%;
        width: 60%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 10px;
    }

    #captcha {
        background-color: blueviolet;
        width: 150px;
        height: 50px;
        box-sizing: border-box;
    }

    #cpatchaTextBox {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 12px 15px;
        margin: 8px 0;
        width: 100%;
    }

    .captcha-container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .container {
        height: 60%;
        width: 100%;
    }

    img {
        height: 250px;
        width: 250px;
    }

    .title {
        font-weight: bold;
        margin: 0;
        font-size: 50px;
        text-align: center;
        margin-top: 10px;
        color: white;
    }

    .tag-line {
        font-weight: bold;
        margin: 0;
        margin-top: 10px;
        color: white;
    }

    h1 {
        font-weight: bold;
        margin: 0;
    }

    .main-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 70vh;
        width: 100%;
        background-image: linear-gradient(45deg, #007bff, #0056b3);
        border-bottom-right-radius: max(50vw, 50vh);
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        height: 100%;
    }

    .sigin-in-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        border-radius: 20px;
    }

    .form-container {
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        margin: 5%;
        padding: 5%;
        width: 80%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 10px;
    }


    #captcha {
        background-color: blueviolet;
        width: 150px;
        height: 50px;
        box-sizing: border-box;
    }

    #cpatchaTextBox {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 12px 15px;
        margin: 8px 0;
        width: 100%;
    }

    .captcha-container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .container {
        height: 60%;
        width: 100%;
    }

    img {
        height: 250px;
        width: 250px;
    }

    .title {
        font-weight: bold;
        margin: 0;
        font-size: 60px;
        text-align: center;
        margin-top: 10px;
        color: white;
    }

    .tag-line {
        font-weight: bold;
        margin: 0;
        margin-top: 10px;
        color: white;
        font-size: 25px;
    }

    h1 {
        font-weight: bold;
        margin: 0;
    }

    .main-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 70vh;
        width: 100%;
        background-image: linear-gradient(45deg, #007bff, #0056b3);
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        height: 70%;
    }

    .sigin-in-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        border-radius: 20px;
    }

    .form-container {
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        margin: 5%;
        padding: 5%;
        width: 80%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 10px;
    }


    #captcha {
        background-color: blueviolet;
        width: 150px;
        height: 50px;
        box-sizing: border-box;
    }

    #cpatchaTextBox {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 12px 15px;
        margin: 8px 0;
        width: 70%;
    }

    .captcha-container {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .container {
        height: 100%;
        width: 100%;
    }

    img {
        height: 300px;
        width: 300px;
    }

    .title {
        font-weight: bold;
        margin: 0;
        font-size: 60px;
        text-align: center;
        margin-top: 10px;
        color: white;
    }

    .tag-line {
        font-weight: bold;
        margin: 0;
        margin-top: 10px;
        color: white;
        font-size: 30px;
    }

    h1 {
        font-weight: bold;
        margin: 0;
    }

    .main-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 50%;
        background-image: linear-gradient(45deg, #007bff, #0056b3);
        border-bottom-right-radius: max(50vw, 50vh);
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        height: 100%;
    }

    .sigin-in-container {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        border-radius: 20px;
    }

    .form-container {
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        margin: 5%;
        padding: 5%;
        width: 80%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 10px;
    }

    #captcha {
        background-color: blueviolet;
        width: 150px;
        height: 50px;
        box-sizing: border-box;
    }

    #cpatchaTextBox {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 12px 15px;
        margin: 8px 0;
        width: 70%;
    }

    .captcha-container {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) ** */
@media only screen and (min-width: 1200px) {

    .container {
        height: 100%;
        width: 100%;
    }

    img {
        height: 350px;
        width: 350px;
    }

    .title {
        font-weight: bold;
        margin: 0;
        font-size: 60px;
        text-align: center;
        margin-top: 10px;
        color: white;
    }

    .tag-line {
        font-weight: bold;
        margin: 0;
        margin-top: 10px;
        color: white;
        font-size: 30px;
    }

    h1 {
        font-weight: bold;
        margin: 0;
    }

    .main-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 55%;
        background-image: linear-gradient(45deg, #007bff, #0056b3);
        border-bottom-right-radius: max(50vw, 50vh);
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
    }

    .logo-container {
        margin-top: 150px;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        height: 100%;
    }

    .sigin-in-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        border-radius: 20px;
    }

    .form-container {
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 60%;
        margin: 5%;
        padding: 5%;
        width: 80%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 10px;
    }

    #captcha {
        background-color: blueviolet;
        width: 150px;
        height: 50px;
        box-sizing: border-box;
    }

    #cpatchaTextBox {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 12px 15px;
        margin: 8px 0;
        width: 70%;
    }

    .captcha-container {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

}

button {
    border-radius: 20px;
    border: 1px solid #209CED;
    background-color: #2791E0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

.user,
.pass {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.fa-refresh {
    color: black;
}

.captcha-refresh {
    display: inline-flex;
    padding: 2px;
    align-items: center;
}