.login-body {
    background-color: #ddeef5;
}
.account-bg {
    background-image: url(../images/univ-min.jpg);
}
.login-container{
    margin-top: 8%;
    margin-bottom: 2%;
}
.dashboard-container{
    margin-top: 5%;
    margin-bottom: 1%;
}
.dashboard-head{
    background-color: #b7cbe8;
}
.head-title{
   color: #005f78;
    font-size: 18px;
}

.footer-container{
    background-color: #5ea7ef;
    height: 50px;
    color:#fff;
}

.login-student{
    padding: 9%;
    background:#282726;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-student h3{
    text-align: center;
    margin-bottom:12%;
    color:#fff;
}
.login-univ{
    padding: 9%;
    background: #f05837;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-univ h3{
    text-align: center;
    margin-bottom:12%;
    color: #fff;
}
.btnSubmit{
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding:2%;
}
.logo-img{
    width:140px;
    padding:10px;

}
.org-name{
    font-size:40px;
    font-weight:bold;
    color:#2f397d;
    float:left;
}
.logo-img-small{
    width:80px;
    padding:5px;

}
.container-stu{
    background-color: #fff;
}
.dash-univ{
    font-size: 25px;
    font-weight:bold;
}
.card{
    padding: 1.5em .5em .5em;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
}
.card-titles{

    font-size:16px;
    margin-top: 0;
    margin-bottom: 1rem;
    padding:5px;
    height:80px;
}



.cus-wave {
    overflow: hidden;
    transition: all 0.3s;
}
.btn-bdr {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    background: rgb(0, 95, 120);
    border-radius: 21px;
    transition: all 0.2s linear;
    box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
}
.btn-block {
    display: block;
    width: 100%;
}
.img-style {
    margin-top: 27px;
    transition: all 0.2s linear;
    margin-bottom: 10px
}
.img-100 {
    width: 100px;
}
.btn-bdr span {
    display: block;
}
.btn-bdr:hover {
    border-radius: 0px;
    box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0);
    border: 1px dashed #fff0;
    color: #fff;
}
.bg-cus-orange {
    background: #dd732b !important;
}
.bg-cus-green {
    background: #908729 !important;
}

.radiolable{
    margin: 1em;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.radiostyle{
     height: 1px;
  width: 1px;
  opacity: 0;
}

.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid red;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: red;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}

.submitbt{

    margin:1em;
    padding-bottom: 1em;
}




@media only screen and (max-width: 576px){

.org-name {
    font-size:30px;
    font-weight:bold;
    color:#2f397d;
    text-align:center;    

}
.logo-img{
    width:120px;
    margin-left:35%;
}


}

@media only screen and (max-width: 768px){

.org-name {
    font-size:30px;
    font-weight:bold;
    color:#2f397d;
    text-align:center;    

}
.logo-img{
    width:120px;
    margin-left:35%;
}
}