@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: 50px 0 50px 0;
        font-size: 40px;
        margin-top: 100px;
        color: rgb(19, 18, 18);
    }

    .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: 60vh;
        width: 50%;
        background-image: linear-gradient(75deg, #2791E0, #209CED);
        background-size: 100%;
        background-position: center;
        border-bottom-right-radius: 0vmax;
        box-shadow: 0px 0px 0px 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: 40%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 15%;
    }

    #captcha {
        background-color: rgb(143, 142, 145);
        width: 150px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 20px;
    }

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

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

}

/* 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: 60px 0 60px 0;
        font-size: 70px;
        margin-top: 10px;
        color: rgb(19, 18, 18);
    }

  
    .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: 50%;
        background-image: linear-gradient(75deg, #2791E0, #209CED);
        background-size: 100%;
        background-position: center;
        border-bottom-right-radius: max(50vw, 50vh);
        box-shadow: 0px 0px 0px 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: 60;
        margin: 45%;
        padding: 5%;
        width: 60%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 15%;
    }


    #captcha {
        background-color: rgb(143, 142, 145);
        width: 150px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 20px;
    }

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

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

}

/* 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;
        margin-top: 10px;
        color: rgb(19, 18, 18);
    }

    .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: 50%;
        background-image: linear-gradient(75deg, #2791E0, #209CED);
        background-size: 100%;
        background-position: center;
        box-shadow: 0px 0px 0px 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: 60%;
        margin: 45%;
        padding: 5%;
        width: 50%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 15%;
    }


    #captcha {
        background-color: rgb(143, 142, 145);
        width: 150px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 20px;
    }

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

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

}

/* 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: 80px 0 80px 0;
        font-size: 60px;
        margin-top: 150px;
        color: rgb(19, 18, 18);
    }


    .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(75deg, #2791E0, #209CED);
        background-size: 100%;
        background-position: center;
        border-bottom-right-radius: 0vmax;
        box-shadow: 0px 0px 0px 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: 60%;
        margin: 45%;
        padding: 5%;
        width: 60%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 15%;
    }

    #captcha {
        background-color: rgb(143, 142, 145);
        width: 150px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 20px;
    }

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

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


}

/* 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: 90px 0 90px 0;
        font-size: 60px;
        margin-top: 150px;
        color: rgb(19, 18, 18);
    }

    .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(75deg, #2791E0, #209CED);
        background-size: 100%;
        background-position: center;
        border-bottom-right-radius:0vmax;
        box-shadow: 0px 0px 0px 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: 60%;
        margin: 45%;
        padding: 5%;
        width: 60%;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
        border-radius: 15%;
    }



    #captcha {
        background-color: rgb(143, 142, 145);
        width: 150px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 20px;
        
    }

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

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

}

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%;
    border-radius: 20px;
}

@keyframes show {

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

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

.fa-refresh {
    color: black;
    padding: 1px;
    height: 25px;
    width: 25px;
}

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