﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');


body {
    background-color: #21BA00;
}


.home {
    display: flex;
    height: 100vh;
    background-color: #21BA00;
    /*background-image: url('/Content/icons/sacada1.png');
    background-size:contain;*/
    flex-direction: row;
    /* width: 100%; */
    justify-content: space-between;
}

.validation-summary-errors {
    color: greenyellow;
}



/*--------------------- LEFT PANEL ----------------------*/
.left-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    background-color: #FFFFFF;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    margin: 15% 0% 0% 1%;
    z-index: 2;
    box-shadow: -1px -4px 8px 8px #00000063;
}

.left-panel {
    justify-content: end;
    flex-direction: column;
    display: flex;
    width: 25%;
}

.white-color {
    display: flex;
    background: linear-gradient(to bottom right, transparent 0%, transparent 60%, white 100%);
    height: auto;
    margin-left:5%;
}
.span-big5 {
    font-size: 15px;
}

.register {
    display:flex;
    justify-content:center;
    align-items:baseline;
    font-size: 14px;
    line-height: 19px;
    text-align:center;
    line-height: 100%;
    margin:5px 0px -10px 0px;
}
.logo {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    line-height: 140%;
}


.img-logo {
    width: 110px;
    height: 101px;
}


.login-form {
    background-color: #FFFFFF;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 50px;
}

.form-horizontal {
    width: 90%;
}


.input-field {
    width: 100%;
}

.span-tag {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-top:-10px;
}

.other-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.forgot-pass{
    margin-top:15px;
}

.footer-youtube{
    margin-top:5px;
}

.btn-login {
    width: 100%;
    margin-top: 5%;
}

.video-link {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*span*/
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
}

.img-play {
    width: 45px;
    height: 35px;
}
/*-----------------------------------------------------------*/

/*----------------------  RIGHT PANEL -----------------------*/

.right-panel {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 78%;
}

.img-home {
    width: 80vw;
    height: 101vh;
    align-self: center;
    z-index: 0;
    background-size: contain;
}

.rigth-top {
  display:flex;
  flex-direction: row;
  width: 100%;
  height: 33%;
  padding-top: 20px;
  gap: 10px;
  padding-left: 5%;
}
.rigth-center {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 33%;
}
.rigth-bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 33%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 50px;
    padding-bottom: 20px;
    gap: 10px;
}

.label-panel-top {
    border-left: 1px solid;
    font-weight: bold;
    padding-left: 10px;
    font-size: x-large;
}

.img-rigth-top {
 width: 100px;
 height: 70px;
}

.values-container {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: #21BA00;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    background-color: transparent;
    z-index: 1;
}
.values-list {
text-align: start;
padding-left: 60px;
}

.img-rounded-rigth-top {
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #0A5C97;
}
.img-rounded-rigth-bottom {
    position: absolute;
    top: 70%;
    left: 35%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 320px;
    height: 320px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #500467;
}
.img-rigth-bottom {
 width: 100px;
 height: 80px;
}
/*-----------------------------------------------------------*/



/*@media screen and (min-width: 1051px) and (max-width: 1200px) {

    .home {
        background-image: url('/Content/icons/sacada.png');
        background-size: cover;
        
    }
    .forgot-pass {
        margin: 0px 0px 5px 0px;
    }


.img-logo {
    width: 90px;
    height: 81px;
}

.span-big5 {
    font-size: 18px;
}

.img-home {
    height: 95%;
}

.register {
    display: block;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

    .register p {
        margin-bottom: 5px;
    }

.footer-youtube {
    font-size: 10px;
}

    .login-form {
        border-bottom-right-radius: 50px;
        height: 500px;
    }

.span-tag {
    margin: 0px;
}

.left-panel {
    width: 40%;
    margin: 1% 1% 1% 1%;
    justify-content: flex-end;
}

.right-panel {
    width: 60%;
}

    .img-rounded-rigth-top {
        width: 300px;
        height: 300px;
        left: 85%;
        top: 25%;
        border: 5px solid #0A5C97;
    }

    .img-rounded-rigth-bottom {
        left: 57%;
        width: 300px;
        height: 300px;
        border: 5px solid #500467;
        top: 80%;
    }

.img-home {
    display: none;
}

    .values-container {
        color: #21BA00;
        left: 65%;
        font-size: xx-large;
        top: 51%;
    
    }

.img-rigth-top {
    width: 80px;
    height: 60px;
}

.label-panel-top {
    font-size: larger;
}

.img-rigth-bottom {
    width: 80px;
    height: 60px;
}

.values-container h2 {
    font-size: 1.17em;
    font-weight: normal;
}

.white-color {
    background: none;
}

.rigth-bottom {
    padding-top: 20%;
    align-items: flex-end;
}

}*/

    

@media screen and (min-width: 1024px) and (max-width: 1050px) {
    .forgot-pass {
        margin: 0px 0px 5px 0px;
    }

    .img-logo {
        width: 90px;
        height: 81px;
    }

    .span-big5 {
        font-size: 18px;
    }

    .register {
        display: block;
        text-align: center;
        margin: 5px 0px 5px 0px;
    }

        .register p {
            margin-bottom: 5px;
        }

    .footer-youtube {
        font-size: 10px;
    }

    .login-form {
        border-bottom-right-radius: 50px;
    }

    .span-tag {
        margin: 0px;
    }

    .left-panel {
        width: 40%;
        margin: 1% 1% 1% 1%;
        justify-content: flex-start;
    }

    .right-panel {
        width: 60%;
    }

    .img-rounded-rigth-top {
        width: 200px;
        height: 200px;
        left: 88%;
        top: 25%;
        border: 5px solid #0A5C97;
    }

    .img-rounded-rigth-bottom {
        left: 55%;
        width: 170px;
        height: 170px;
        border: 5px solid #500467;
        top: 85%;
    }

    .img-home {
        display: none;
    }

    .values-container {
        color: white;
        left: 65%;
        font-size: 19px;
        top: 45%;
    }

    .img-rigth-top {
        width: 80px;
        height: 60px;
    }

    .label-panel-top {
        font-size: larger;
    }

    .img-rigth-bottom {
        width: 80px;
        height: 60px;
    }

    .values-container h2 {
        font-size: 1.17em;
        font-weight: normal;
    }

    .white-color {
        background: none;
    }

    .rigth-bottom {
        padding-top: 20%;
        align-items: flex-start;
    }



}

@media screen and (min-width: 1024px) and (min-height: 1366px) {

    .home {
        background-image: url('/Content/icons/sacada.png');
        background-size: cover;
    }

    .forgot-pass {
        margin: 0px 0px 5px 0px;
    }


    .img-logo {
        width: 90px;
        height: 81px;
    }

    .span-big5 {
        font-size: 18px;
    }

    .register {
        display: block;
        text-align: center;
        margin: 5px 0px 5px 0px;
    }

        .register p {
            margin-bottom: 5px;
        }

    .footer-youtube {
        font-size: 10px;
    }

    .login-form {
        border-bottom-right-radius: 50px;
        height: 500px;
    }

    .span-tag {
        margin: 0px;
    }

    .left-panel {
        width: 40%;
        margin: 1% 1% 1% 1%;
        justify-content: flex-end;
    }

    .right-panel {
        width: 60%;
    }

    .img-rounded-rigth-top {
        width: 300px;
        height: 300px;
        left: 85%;
        top: 25%;
        border: 5px solid #0A5C97;
    }

    .img-rounded-rigth-bottom {
        left: 57%;
        width: 300px;
        height: 300px;
        border: 5px solid #500467;
        top: 80%;
    }

    .img-home {
        display: none;
    }

    .values-container {
        color: #21BA00;
        left: 65%;
        font-size: xx-large;
        top: 51%;
    }

    .img-rigth-top {
        width: 80px;
        height: 60px;
    }

    .label-panel-top {
        font-size: larger;
    }

    .img-rigth-bottom {
        width: 80px;
        height: 60px;
    }

    .values-container h2 {
        font-size: 1.17em;
        font-weight: normal;
    }

    .white-color {
        background: none;
    }

    .rigth-bottom {
        padding-top: 20%;
        align-items: flex-end;
    }
}
  
        

        @media screen and (min-width: 541px) and (max-width: 1023px) {

            .left-container {
                width: 90%;
            }

            .img-home {
                flex-direction: column;
            }

            .img-logo {
                width: 140px;
                height: 131px;
            }

            .span-big5 {
                font-size: 20px;
            }

            .register {
                display: flex;
                justify-content: center;
                align-items: baseline;
            }

            .home {
                flex-direction: column;
                justify-content: flex-start;
                gap: 3%;
            }

            .left-panel {
                margin-top: 10px;
                margin-left: 5%;
                width: 90%;
                border-bottom-right-radius: 50px;
                border-top-right-radius: 50px;
            }

            .login-form {
                border-bottom-right-radius: 50px;
            }


            .right-panel {
                max-width: 90%;
                margin-left: 10%;
            }


            .forgot-pass {
                margin-bottom: 10px;
            }


            .img-rounded-rigth-top {
                display: none;
            }

            .img-rounded-rigth-bottom {
                display: none;
            }

            body {
                background-color: #21BA00;
            }

            .rigth-center {
                display: none;
            }

            .right-panel {
                gap: 60px;
            }

            .rigth-bottom {
                padding-right: 9%;
                width: auto;
            }

            .white-color {
                background: none;
            }

            .rigth-top {
                padding-left: 0%;
            }
            .label-panel-top {
                /*font-size: xx-large;*/
            }
        }


        @media only screen and (max-width : 540px) {

            .home {
                align-items: flex-start;
            }

            .img-home {
                flex-direction: column;
            }

            .img-logo {
                width: 140px;
                height: 131px;
            }

            .span-big5 {
                font-size: 20px;
            }

            .register {
                display: flex;
                justify-content: center;
                align-items: baseline;
            }

            .home {
                flex-direction: column;
                gap: 10px;
                justify-content: flex-start;
            }

            .left-panel {
                margin-top: 10px;
                margin-left: 5%;
                width: 85%;
                border-bottom-right-radius: 50px;
                border-top-right-radius: 50px;
            }

            .login-form {
                border-bottom-right-radius: 50px;
            }


            .right-panel {
                max-width: 90%;
                margin-left: 10%;
            }


            .forgot-pass {
                margin-bottom: 10px;
            }


            .img-rounded-rigth-top {
                display: none;
            }

            .img-rounded-rigth-bottom {
                display: none;
            }

            .img-rigth-top {
                width: 80px;
                height: 80px;
            }

            .img-rigth-bottom {
                width: 80px;
                height: 80px;
            }

            body {
                background-color: #21BA00;
            }

            .rigth-center {
                display: none;
            }

            .right-panel {
                gap: 60px;
            }

            .rigth-bottom {
                padding-right: 9%;
                width: auto;
                align-items: end;
                height: auto;
            }

            .white-color {
                background: none;
            }

            .rigth-top {
                padding-left: 0%;
            }

            .label-panel-top {
                 /*font-size: larger;*/
            }
        }




