* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;}
body {
    font-family: 'Open Sans', sans-serif;}
a{
    text-decoration: none;
    color: #1A2A58;}
.parent{
    width: 100%;
    height : 100vh;

/*    background: linear-gradient(
        to bottom, #4770DF 60%, white 40%);*/
    }
.child{
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/  
/*    padding: 1rem;*/

}
.email i , .password i {
    right: 5%;
    bottom: 50%;
    color: gray;
    transform: translateY(50%);
}
.buttons img{
    width: 7.1875rem;
    height: 2.5rem;}
.buttons img:first-child{
    margin-right: 7px;}
.buttons img:last-child{
    margin-left: 7px;}
.registerP, .right div:first-of-type, .devided-input, .devided-input3, .registerP a {
    font-size: 14px;
    color: #615D5D;
}

.first-p {
    color: #4AA32C;
    font-size: 2rem;
}
input {
    color: #7A89AF;
}
.bordered_input input {
    color: #7A89AF;
    border: 1px solid #d5d5d5 !important;
}
::placeholder {
    opacity: 50% !important;
    color: #C2C2C2;
}
.right , .right .first-p , .second-p{
    color: #484545;}

.footer a:nth-child(2) {
    color: #1A2A58 !important;
}
.footer a:last-of-type {
    color: red !important;
}
/* index2 page */
.legal input{
    width: 48% !important;}

.signup-btn button {
    padding: .2rem 1rem;
}
.child2{
    /*width:75%;*/
    height: 100%;
}
@media (max-width: 576px) {
    h2{
        font-size: 1.5rem;}
    .first-p ,.second-p{
        font-size: 1.5rem;}
    .remember-forget{
        display: block !important;}
    .left2{
        padding: 1rem !important;}
    .buttons img{
        width: 5.1875rem;
        height: 2.5rem;}
    .left{
        height:auto;
    }
    .child2{
        width:90% !important;
    }
    .parent {
        height: auto;
        padding: 3rem 0;
    }
    label{
        font-size : 1rem !important;
        line-height : 1rem !important;
    }
    input{
        font-size : 1.3rem !important;
    }
    h3{
      font-size: 1.5rem !important;
    }
/*    .birthdate{
        width: 100% !important;
        margin: .5rem 0 !important;
    }*/
    .boxes{
        width: 48% !important;
    }
}
@media (max-width: 767px) {
    .parent {
        height: auto;
        padding: 3rem 0;
    }
}
.left2{

    padding-top: 10rem !important;
}
.basic-left {
    padding: 3rem;
}
.right2 input {
    /*    background-color: #F1F1F1;*/
    /*border: none !important;*/
    font-size: 1.5rem;
    width: 100% !important;
    padding: 1.2rem 0;
}
.right ::placeholder{
    color: #21252E;}
.footer{
    font-size: 14px;}
.general {
    background-color: #4770DF !important;
    font-size: 25px;
    transition-duration: .3s;
}
.child h2 {
    font-weight: 700;
    font-size: calc(2.325rem + .9vw);
    color :#707070 ;
}
.password input, .email input {
    font-size: 16px;
}
.remember-forget label, .fa-facebook-official, .fa-youtube-play {
    vertical-align: super;
}
i {
    transform: translateY(50%);
}
.k-textbox{
    border-radius: 6px;
}
.general:hover {
    background-color: #fff !important;
    color: #385590 !important;
    border: 1px solid #385590 !important;
    box-shadow: 0 0 1px 1px #888888 !important;

}
/*.parent2{
    height : auto;
    padding: 3rem 0;
}*/

.k-tooltip {
    left: 20%;
    margin: -0.5rem !important;
}
.devided-input {
    width: 48%;
}
.label-info {
    background-color: #4770DF !important;
}
#StudentBirthDate{
    border: none !important;
}
.devided-input3{
    width: 30%;
}
/*.birthdate {
    border: 1px solid #EEA01C !important;
}*/

.part {
    font-size: 16px !important;
}
.savebtn {
    background-color: #50A92D;
    padding: 1rem 6rem;
    color: white;
    font-size: 2rem;
    font-weight: bolder;
    transition : .3s ease-in-out all;
}
label {
    color: #707070;
    font-size: 1.5rem;
}
#MainPortalCaseAttachments {
    border: 1px solid #615D5D !important;
    color: #615D5D !important;
}
h3{
    font-size: 2.5rem;
}
#Success-box, #alert-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 30%;
    transform: translate(-50%,-50%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
    z-index: 999;
    border-radius: 5px;
    background-color: #F2ECFF !important;
    text-align: center;
}
#Success-box {
    color: #50A92D !important;
}
#alert-box {
    color: red !important;

}
#lblAlertMsg {
    color: red !important;
}
#lblSuccessMsg {
    color: #50A92D !important;
}
.msg {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#lblAlertMsg, #lblSuccessMsg {
    /*    color: white !important;*/
    font-weight: bold !important;
    font-size:3rem;
}
.Registeration-Paragraph{
    margin-bottom: 5rem;
}
#AttachmentsGrid{
    overflow : auto !important;
}
.k-list > .k-state-selected, .k-list > .k-state-selected {
    color: black;
    background-color: #cccfd3;
    border-color: #cccfd3;
}
.dropbtn {
    background-color: transparent;
    color: #707070;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #cccfd3;
        border:none;
    }

.basic-dropdown {
    /*position: absolute;*/
    display: inline-block;
    left:2rem;
    top:2rem;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.basic-dropdown a:hover {
    background-color: #ddd;
}

.basic-dropdown .showLanguage {
    display: block;
}
.lang-icon{
    width:3rem;
}
.k-datepicker{
    width:100% !important;
}
.Welcomehome {
    width: 70%;
    margin: auto;
    text-align: center;
}

.Welcomehome h1 {
    font-size: 4rem;
    font-weight: 600;
}

.Welcomehome p {
    font-size: 2rem;
    opacity: .8;
}
.Welcomeimage{
    text-align:center;
}
.Welcomehome .Welcomeimage img {
    width: 50%;
}
@media (max-width: 767px) {
    .Welcomehome .Welcomeimage img {
        width:100%;
    }
}