﻿#submit:hover {
    background-color: white !important;
    color: #21264E !important;
    border-color: #21264E !important;
}

.domain-name > input {
    width: 80%;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
}

body {
    font-family: "Open Sans", sans-serif;
    background-size: cover;
}

.domain-name > input:focus {
    outline: none;
}

.domain-name img {
    padding-top: 7px;
    padding-right: 10px;
    color: #21264E;
    font-weight: 500;
    margin-bottom: .5rem;
}

h4 {
    color: black !important;
}

.lblDomainName { 
    margin-top: 25px; 
}

@media screen and (max-width: 434px) {
    h4 {
        font-size: 18px;
    }

    .lblDomainName {
        font-size: 13px;
    }
}

#mainContent {
    border: 1px solid white;
    border-radius: 26px;
    box-shadow: rgb(73 67 67 / 70%) 0px 0px 10px 1px;
    background-color: white;
}

.col-lg-6 {
    background-color: white;
    border-radius: 26px;
}

.domain-name {
    border: 1px solid #21264E;
}

#domain-heading {
    display: none;
}

#domain-heading-sm {
    display: block;
}

@media (min-width:768px) {
    #domain-heading {
        display: block;
    }
    #domain-heading-sm{
        display:none
    }
}
