@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu-Regular.ttf);
}

@font-face {
  font-family: SansRegular;
  src: url(../fonts/SourceSans3-Regular.ttf);
}

main{
    height: 100vh;
    background-color: #f3f1f1!important;

}

.summer-template{
    background: url(../images/background.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.default-template{
    background: url(../images/default-background.svg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
}

.main-box{
    background-color: #FEFEFE;
    padding: 0px 84px 84px 84px;
    -webkit-box-shadow: 0px 0px 11px -5px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 11px -5px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 11px -5px rgba(66, 68, 90, 1);
}

@media screen and (max-width: 1199px) {
    .main-box{
        padding: 0px 34px 34px 34px;
    }
}

.logo{
    width: 150px;
    height: 65px;
    margin-top: 53px;
}

label{
    font-weight:400;
    color: #050505;
    font-family: SansRegular;
    font-size: 18px;
    margin-top: 10px;
}
.title-text{
    color: #1F1F1F;
    font-family: Ubuntu;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 65px 0px 75px 0px;
    line-height: 34px;
}

.label{
    color: #050505;
    font-family: SansRegular;
    font-size: 18px;
    margin-top: 10px;

}

#rcmloginuser,#rcmloginpwd{
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid  #DFE0DF;
    background-color:  #FEFEFE;
}

input#rcmloginuser:focus-visible,input#rcmloginpwd:focus-visible{
    border: 1px solid #F76A22!important;
    outline: none;
box-shadow:unset;
}

#rcmloginsubmit{
    border-radius: 8px;
    background: #F76A22!important;
    height: 55px;
    padding: 10px 18px;
    color: white;
    outline: none;
    border: 0!important;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

#rcmloginsubmit:hover{
    background: #ff5500!important;
    
}

.link{
    text-decoration: none;
    color: #F76A22!important;
}

.link:hover{
    text-decoration: none;
    color: #ff5500!important;
}

.link-box{
    display:block;
    text-align:center
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.input-icons img {
    position: absolute;
    right: 15px;
    top: 17px;
}

.hideGrey {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.another-webmail{
    padding: 24px 40px;
    border: 1px solid #FFB18A!important;
    text-align: center;
    color: #050505!important;
}

@media screen and (max-width: 700px) {
    .title{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .logo{
        margin-top: 30px;
    }

    .link-box {
        margin-bottom: 20px!important;
    }

    .main-box{
        padding: 0px 20px 20px 20px;
        margin: 0!important;
    }
}


tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.title{
   flex:1;
margin:0px 0px 30px 0px;
}

.input{
    flex:2;
    width:100%;
 }
 
 table{
   width:100%;
 }
 
 @media screen and (max-width: 700px) {
 
    tr{
        flex-direction:column;
        align-items:flex-start;
    }
 
    .title{
        margin:0px 0px 0px 0px;
    }
 
    label{
        margin-top:0;
    }
 
    #rcmloginuser, #rcmloginpwd{
        margin-bottom:20px;
    }
 
 }

 @media screen and (max-width: 575px) {
    #rcmloginsubmit{
        width: 95%!important;
    }

 }

 .table td{
    border-top: 0;
 }

 #rcmloginuser, #rcmloginpwd{
    color: #050505!important;
 }

 main{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
 }

 #login-title,.input-group-prepend{
    display: none!important;
 }

 #login-form{
    top: 0!important;
    max-width: unset!important;
 }
