
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;900;400&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -moz-tab-size: 8;
    tab-size: 8;
    box-sizing: border-box;
}

body{
    border-right: 10px solid white;
    height: 100vh;
    overflow-x: hidden;
    background: linear-gradient(180deg, #27579F 24.48%, rgba(0, 25, 88, 0) 160%);
    display: grid;
    place-items: center;
   /*  background-size: cover;
    background-repeat: no-repeat;
    background-position: left;


    background-image: url("../img/sdm_rawpixel_unspash.png"),
    -webkit-linear-gradient(left, #212C59, #9C840D);
  background-image: url("../img/sdm_rawpixel_unspash.png"),
    -moz-linear-gradient(left, #212C59, #9C840D);
  background-image: url("../img/sdm_rawpixel_unspash.png"),
    -o-linear-gradient(left, #212C59, #9C840D);
  background-image: url("../img/sdm_rawpixel_unspash.png"),
    linear-gradient(to right, #212C59, #9C840D);
    background-blend-mode: overlay; */
}

.bg-solid-triangel{
    display:inline-block;
    border-top:250vh solid rgba(0, 0, 0, 0);;
    border-right:140vh solid rgba(39, 87, 159, 1);
    right: 0;
    top:-150vh;
    position: absolute;
}

.mobile-show{
    display : none;
}

@media (max-width: 600px) { 
    .main{
        display:  block;
    }
    .mobile-show{
        display:  block;
    }
    .mobile-hide{
        display : none !important;
    }
    .main .container{
        width:100% !important;
        padding: 0;
    }
    .content {
        width: 100%;
        display: grid;
        place-items: center;
    }
    .info{
        display:  none;
    }
    form{
        margin-top : 6px !important;
    }
    .login{
        padding-top : 10px;
    }
}

.main {
    z-index: 3;
    position: relative;
    height: 100vh;
    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .container{
    width: 50%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

.login span{
    font-size: 2rem;
    color: white;
}

.content{
    width: 100% !important;
    height: auto!important;
}

.bolder{
    color : white;
    font-size: 3.8rem;
    font-weight: 900 !important;
}

.main img{
    width: 150px;
}

form{
    display: block;
}

label{
    color: white;
    font-size: .8rem;
}

form input{
    outline: none;
    box-sizing: border-box;
    font-size: .8rem;
    min-height: 22px;
    min-width: 200px;
    font-family: inherit;
    padding: 6px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    color:black;
    margin-bottom: 6px;
    margin-top: 5px;
}
a{ 
    text-decoration: none;
    cursor: pointer;
}

form button{
    margin-top: 8px;
    box-sizing: border-box;
    border-radius: 2px;
    min-height: 34px;
    min-width: 200px;
    color: white;
    border: none;
    background-color:#212C59;
    padding: 6px;
    font-family: inherit;
    font-size: 1.2rem;
    outline: none;
    cursor: pointer;
}

p{
    font-size: 1rem;
}

p>a{
    color: #9C840D;
}
table{
    margin-top: 20px;
    padding-left: 34px;
    color: white;
    font-size: 1.1rem;
}

.round{
    height: 40px; width:40px; border-radius: 100%; background: white; color:#9C840D;
    display: grid;
    place-items: center;
}

table a{
    color: white;
}

table span{
    color: #9C840D;
    font-weight: 400;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:500);
 .google-btn {
     width: 184px;
     height: 42px;
     background-color: #4285f4;
     border-radius: 2px;
     box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
}
 .google-btn .google-icon-wrapper {
     position: absolute;
     margin-top: 1px;
     margin-left: 1px;
     width: 40px;
     height: 40px;
     border-radius: 2px;
     background-color: #fff;
}
 .google-btn .google-icon {
     position: absolute;
     margin-top: 11px;
     margin-left: 11px;
     width: 18px;
     height: 18px;
}
 .google-btn .btn-text {
     float: right;
     margin: 11px 11px 0 0;
     color: #fff;
     font-size: 14px;
     letter-spacing: 0.2px;
     font-family: "Roboto";
}
 .google-btn:hover {
     box-shadow: 0 0 6px #4285f4;
}
 .google-btn:active {
     background: #1669f2;
}
 